Quickstart.acd demonstrates a simple SlotServer application where only one page of input and output buffer are needed to transfer all the required data. As a basic application, it contains all the required configuration necessary for SlotServer communication.

Quickstart_with_UDT.acd is the same as Quickstart.acd, except that it illustrates the Use of UDTs to cleanly separate data from header information and add a documentation set to a template of data.

Full_SlotServer.acd demonstrates the use of multiplexing to page data through the SlotServer I/O buffer. This is appropriate for applications where a large amount of data is required to be transferred.

